home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 November / CHIP Kasım 1996.iso / ms / frontpag / setup / data.3 / httpd_common / conf / access.org next >
Text File  |  1996-04-18  |  2KB  |  56 lines

  1. #----------------------------------------------------------------------
  2. #
  3. #  ACCESS.CNF
  4. #
  5. # Global access configuration for the FrontPage Personal Web Server
  6. #
  7. # This is the server global access configuration file. It is best to
  8. # leave the directives in this file in the order they are in, or
  9. # things may not go the way you'd like.
  10. #
  11. # Do NOT simply read the instructions in here without understanding
  12. # what they do, if you are unsure consult the online docs.
  13. #
  14. # Server configuration commands are similar to those for the NCSA
  15. # server version 1.3R.  If you have questions please see the online
  16. # documentation at http://hoohoo.ncsa.uiuc.edu
  17. #
  18. #----------------------------------------------------------------------
  19. #
  20. # The following access configuration establishes unrestricted access
  21. # to the server's document tree. There is no default access config, so
  22. # _something_ must be present and correct for the server to operate.
  23. #
  24. # This should be changed to whatever you set ServerRoot to.
  25. #
  26. <Directory VSERVER>
  27. Options Indexes
  28. </Directory>
  29.  
  30. ## This should be changed to whatever you set DocumentRoot to.
  31. #
  32. #<Directory VCONTENT/>
  33. #
  34. ## This may also be "None", "All", or "Indexes"
  35. #
  36. #Options Indexes
  37. #
  38. ## This controls which options the #HACCESS.CTL files in directories can
  39. ## override. Can also be "None", or any combination of "Options", "FileInfo",
  40. ## "AuthConfig", and "Limit"
  41. #
  42. #AllowOverride All
  43. #
  44. ## Controls who can get stuff from this server.
  45. #
  46. #<Limit GET>
  47. #order allow,deny
  48. #allow from all
  49. #</Limit>
  50. #
  51. #</Directory>
  52.  
  53. # You may place any other directories you wish to have access
  54. # information for after this one.
  55.  
  56.